/* 240510 */
@import url("/commons/css/fonts-def.css?v3");

/* @font-face {
	font-family: 'DejaVuSansCondensed-Oblique';
	font-weight: italic;
	src: url(/home/fonts/DejaVuSansCondensed-Oblique.ttf);
} */


/* NASCONDE DIALOG JQUERY */
.ui-widget-overlay,
.ui-dialog
{
	display: none !important;
}

[v-cloak] { display: none }

/**/

body
{
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 1.75rem;
	margin-top: 0;
	text-wrap: balance;
}

.h4, h4 {
    font-size: 1.25rem;
	text-wrap: balance;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
	text-decoration: none;
	font-weight: 300;
}

a:hover {
	text-decoration: underline;
}

hr.v-hr
{
	margin: 0 10px;
    margin-top: -5px;
    width: 0px;
    height: 58px;
    float: left;
}

input[type="button"],
button
{
	cursor: pointer;
}

.text-muted {
    color: #616467 !important;
}
.form-text {
    display: block;
    padding-top: .25rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5, .my-5 {
	margin-bottom: 2rem !important;
}

.mt-2 {
    margin-top: .5rem!important;
}

.mt-4 {
    margin-top: 1.5rem!important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.section-title
{
	text-align: left;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 50px;*/
    background-color: rgba(0,0,0,.25);
    /*box-shadow: 3px 3px 6px rgb(0 0 0 / 33%);*/
    z-index: 1000;
}

nav>.container {
    width: 60%;
	min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

nav .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
}

nav .nav-logo {
    margin-right: auto;
    height: 40px;
    padding: 5px 0;
}

.nav-logo img {
    height: 100%;
    width: auto;
}

.nav-lingua #dropdownMenuButton {
    background-color: transparent;
    border: 0px solid transparent;
    color: white;
    height: 100%;
    padding: 10px;
    margin-right: -10px;
    cursor: pointer;
}

.nav-lingua>.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    float: left;
    width: 29rem;
    max-width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	box-sizing: border-box;
	box-shadow: 2px 0px 10px rgb(0 0 0 / 50%);
}

.dropdown-menu p
{
	font-weight: bold;
}

.dropdown-menu input
{
	display: none;
}

.dropdown-menu label
{
    width: 100%;
	float: left;
    clear: both;
    cursor: pointer;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 2px 0;
    margin: 2px 0;
}

.dropdown-menu input[type='radio']:checked + label,
.dropdown-menu label:hover
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.dropdown-menu button
{
	display: block;
	margin: 0 auto;
	clear: both;
}

.disabled
{
	opacity: 0.6;
}

.button-spid.disabled:hover
{
	background-color: #06C;
}

.text-left
{
	text-align: left;
}

.text-justify
{
	text-align: justify;
}

.pin
{
	width: 200px;
}

#tastiera-badge>table
{
	border-collapse:collapse;
	width: 100%;
	height: 268px;
	/*border: 1px solid #ced4da;*/
}

#tastiera-badge>table td
{
	width: 33.3333333333%;
}

#tastiera-badge>table td>input
{
	width: 100%;
    height: 100%;
    background: none;
    border: 1px solid #ced4da;
    padding: 0;
    border-radius: .25rem;
    font-family: 'Roboto', sans-serif;
    font-size: larger;
}

#tastiera-badge>table td>input:hover
{
	background-color: #f3f3f3;
}

.back_arrow_btn
{
	position: absolute;
    line-height: 1.2;
    font-size: 1.75rem;
    left: 0;
    top: 0;
	background: none;
	border: 0;
	padding: 0;
}

.back_arrow_btn:hover
{
	cursor: pointer;
    font-size: 1.95rem;
    top: -0.1rem;
}

.video_pwd_dimenticata
{
	position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
	margin-top: 20px;
}

.video_pwd_dimenticata iframe
{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-content .form-control {
    border: 1px solid #212529; /*222*/
}

.form-group-container
{
	width: calc(100% - 220px);
	float: left;
}

.form-group {
    margin-bottom: 1rem;
}

#fform .form-group {
    margin-bottom: 0;
}

.avviso-blocco-login
{
    width: calc(100% - 30px);
	clear: both;
	text-align: justify;
}

.avviso-blocco-login span
{
	color: #CC1020;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control
{
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*.form-control:focus {*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    border-color: #80bdff;*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);*/
/*}*/



.login-success-container
{
	color: #3E962E;
	border: 1px solid #3E962E;
	padding: 10px;
}

.login-warnings-container
{
	color: #AF6F00;
	border: 1px solid #AF6F00;
	padding: 10px;
}

.login-errors-container
{
	color: #CC1020;
	border: 1px solid #CC1020;
	padding: 10px;
}

.login-success-container.spid,
.login-warnings-container.spid,
.login-errors-container.spid
{
	margin: 25px;
}

.login-success-container h4,
.login-warnings-container h4,
.login-errors-container h4
{
	margin-top: 1rem;
}

.app-container
{
	min-height: 100vh;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	position: relative;
	padding-bottom: 400px;
}

.main-container
{
	width: 60%;
	min-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 25px;
	background-color: white;
	height: fit-content;
	position: relative;
}

.main-tabs
{
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
	margin-top: 10px;
	position: relative;
}

.main-tabs>.main-tab
{
	padding: 15px 30px;
	background-color: rgba(0,0,0,.25);
	color: white;
	cursor: pointer;
	font-weight: bold;
	list-style: none;
}

.main-tabs>.main-tab:hover
{
	background-color: rgba(0,0,0,.15);
	/*transition: background-color .15s;*/
}

.main-tabs>.main-tab.active
{
	background-color: white;
}

.main-tabs>.main-tab.lingua
{
	position: absolute;
	right: 0;
}

.lingue-container
{
	max-width: 460px;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    background: white;
    border: 1px solid black;
    border-top: 0;
    border-right: 0;
}

.access-container
{
	clear: both;
    padding: 35px;
    text-align: justify;
    position: relative;
    background-color: white;
}

.credenziali-container
{
	padding: 35px;
}

.access-container a
{
    color: #CC1020;
}

.button-spid
{
	color: white !important;
	margin: 0 auto;
    display: block !important;
    margin-top: 30px;
}

.btn-spid-desktop
{
	margin: 0;
	float: left;
}

.credenziali-content-container,
.spid-content-container
{
	margin: 0 auto;
    width: 100%;
	min-width: 600px;
    text-align: center;
    position: relative;
}

.username-field,
.password-field
{
	width: calc(50% - 30px);
	float: left;
	margin-right: 30px;
	position: relative;
}

.password-field .form-text.text-muted
{
	position: absolute;
    top: 0;
    right: 0;
}

.main-separator
{
	clear: both;
    position: relative;
    padding: 5px 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.main-separator>hr
{
	
}

.main-separator>span
{
	position: absolute;
    top: calc(50% - .6rem);
    left: calc(50% - 60px);
    background: white;
    width: 100px;
    padding: 0 10px;
}

/*.spid-content-container
{
	width: 50%;
	float: right;
    padding: 0 25px;
    margin: 25px 0;
	box-sizing: border-box;
}

.spid-content-container.descrizione
{
	border-right: 1px solid black;
}

.spid-content-container.ricerca
{
	border-left: 1px solid black;
	margin-left: -1px;
}*/

.spid-content-container>p
{
	text-align: justify;
}

.risultati-container-wrap
{
	width: 100%;
	overflow: hidden;
}

.risultati-container
{
	width: calc(100% + 12px);
	max-height: 200px;
	overflow: auto;
}

.table
{
	display: table;
	margin: 0;
	width: 100%;
}

.table_row
{
	display: table-row;
}

.table_cell
{
	display: table-cell;
	padding: 5px 12px 5px 10px;
	text-align: left;
	vertical-align: top;
}

.label_value
{
	text-align: left;
	word-break: break-word;
	cursor: pointer;
	margin: 0;
}

.cliente_row .label_value
{
	width: 100%;
	display: flex;
}

/*.cliente_row .label_value>span
{
	display: block;
}*/

.cliente_row>.table_cell:first-child
{
	width: 20px;
	max-width: 20px;
}

.cliente_row>.table_cell:last-child
{
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
}

.cliente_row .label_value>span:first-child
{
	/*float: left;*/
	/*width: 80%;*/
	/*flex: 1 1 auto;*/
	flex: 0 1 100%;
    width: 1%;
	/*flex-grow: 1;*/
	margin-right: 10px;
}

.cliente_row .label_value>span:last-child
{
	/*float: right;*/
	/*width: 20%;*/
	font-size: 10pt;
	color: #616467;
    text-align: right;
    line-height: 19px;
	white-space: nowrap;
}

.accedi
{
	float: left;
    margin-top: 1.7rem !important;
}

.accedi.btn>i
{
	margin: 0;
	margin-right: 5px;
}

#changePassword-container .form-group
{
	width: calc(50% - 15px);
	float: left;
}

#changePassword-container .form-group.left
{
	margin-right: 15px;
	clear: both;
}

#changePassword-container .form-group.right
{
	margin-left: 15px;
}

.change-pwd-text
{
	width: calc(100% - 350px);
	text-align: justify;
	clear: both;
    float: left;
}

.pwd-remind-email-container,
.pwd-remind-username-container
{
	width: calc(100% - 350px);
	float: left;
	text-align: left;
}

#usr-reminder-input
{
    width: calc(100% - 100px);
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	margin-bottom: 1rem;
}

#inviausername
{
    width: 100px !important;
    float: left;
    margin: 0;
    height: 38px;
	margin-bottom: 1rem;
}

.pwd-change-captcha-container,
.pwd-remind-captcha-container,
.usr-remind-captcha-container
{
	float: right;
}

#inviamail
{
	margin-top: .5rem;
}

.expand-icons
{
	cursor: pointer;
	float: left;
    line-height: 19px;
    margin-left: -6px;
	background: none;
	border: 0;
	padding: 0;
}

.spid-service-info-container.mobile
{
	display: none;
}

.spid-service-info-container small
{
	text-align: justify;
	margin-top: 1rem;
}

.login-spid-container
{
	min-height: 47.5px;
}

.login-spid-container>.btn_container
{
	float: right;
}

.login-spid-container>.login-spid-desc
{
	width: calc(100% - 250px);
	display: table;
	float: left;
	min-height: 47.5px;
}

.login-spid-container>.login-spid-desc>div:first-child
{
	display: table-cell;
	/* vertical-align: middle; */
	text-align: justify;
	max-width: calc(100% - 230px);
}

.login-spid-container>.login-spid-desc>div:last-child
{
	display: table-cell;
    text-align: right;
    white-space: nowrap;
    padding-left: 30px;
    min-width: 160px
}

.login-spid-container>.login-spid-desc>div:last-child a
{
	color: #0166CC;
}

#expand_spid_service_info
{
	margin-top: -3px;
}

.old-login
{
	margin-top: 1rem;
	text-align: center;
	color: white;
}

.old-login>br
{
	display: none;
}

.old-login>a
{
	color: white;
}

.cliente_search::-ms-clear
{
    display: none;
}

.search.btn {
    border: 1px solid #ced4da;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cancella-ricerca.btn
{
	border: 1px solid #ced4da;
    margin-left: -1px;
    border-radius: 0;
}

.btn[blue],
.btn.cerca_green
{
    /*background-color: #007bff;*/
    /*border-color: #007bff;*/
    /*background-color: #06c;*/
    /*border-color: #06c;*/
    background-color: #009245;
    border-color: #009245;
	color: white;
	border-radius: 0;
	min-width: 100px;
    font-weight: 600 !important;
    font-family: "Titillium Web",HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1.15em !important;
	height: 37.5px;
	line-height: 23.5px !important;
    width: 220px !important;
    margin-top: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.btn[blue]:hover,
.btn.cerca_green:hover
{
    /*background-color: #0069d9;*/
    /*border-color: #0062cc;*/
    /*background-color: #036;*/
    /*border-color: #036;*/
    background-color: #004b02;
    border-color: #004b02;
}

.btn[gray],
.btn.cerca_gray
{
    /*background-color: #007bff;*/
    /*border-color: #007bff;*/
    /*background-color: #06c;*/
    /*border-color: #06c;*/
    background-color: #616467 ;
    border-color: #616467 ;
	color: white;
	border-radius: 0;
	min-width: 100px;
    font-weight: 600 !important;
    font-family: "Titillium Web",HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1.15em !important;
	height: 37.5px;
	line-height: 23.5px !important;
    width: 220px !important;
    margin-top: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.btn[gray]:hover,
.btn.cerca_gray:hover
{
    /*background-color: #0069d9;*/
    /*border-color: #0062cc;*/
    /*background-color: #036;*/
    /*border-color: #036;*/
    background-color: #818487 ;
    border-color: #818487 ;
}

.clienti_proposti_container,
.clienti_trovati_container
{
	margin-bottom: 4.5em;
}

.spid_form
{
	float: right;
	/*font-weight: 400;*/
	/*font-size: 16px;*/
	margin-top: 1.5em;
	/*visibility: hidden;*/
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.spid_form .spid_btn
{
	color: white !important;
}

.btn {
	cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #212529;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover
{
	background-color: #f3f3f3;
}

.btn_like_a
{
	background: none;
	border: none;
	color: #CC1020;
	font-weight: 300;
	cursor: pointer;
	padding: 0;
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
}

.btn_like_a:hover
{
	text-decoration: underline;
}

.banner-container
{
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.banner-container.desktop
{
	padding-bottom: 30%;
	/*background-color: blue;*/
}

.banner-container.mobile
{
	display: none;
	padding-bottom: 100%;
	/*background-color: yellow;*/
}

.banner-container>.banner-content
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.banner-btn
{
	border: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 100%;
    padding: 0;
	background: transparent;
	text-align: center;
}

.banner-btn span
{
	display: block;
	text-align: center;
}

.banner-btn:hover span
{
	font-size: 2rem;
}

.banner-btn.prev:hover span
{
	margin-left: 5px;
}

.banner-btn.next
{
	right: 0;
}

/*.banner-btn.next:hover span*/
/*{*/
/*	margin-right: 2px;*/
/*}*/

.main-logo-container
{
	width: 100%;
}

/*.main-logo-container>.logo-container*/
/*{*/
/*	width:100%;*/
/*	margin-top:60px;*/
/*	margin-bottom: 30px;*/
/*}*/

.main-logo-container>.logo-container
{
	max-width: 496px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    max-height: 123px; 
    background-image: url('/home/img/sprite-progetti-loghi.svg');
    /*background-size: auto 400%;*/
	background-size: 1000%;
}

.main-logo-container>.logo-container>img
{
	/*max-height:123px;*/
	/*margin:0 auto;*/
	display: block;
	visibility: hidden;
	height: 0;
	padding-bottom: 25%;
}

.main-logo-container>.logo-container[target="cvv"]
{
    background-position: 0 49%;
}

.main-logo-container>.logo-container[target="sdg"]
{
    max-width: 596.55px;
    /*background-size: auto 485%;*/
    /*background-position: calc(100% / 9) 50%;*/
	background-position: calc(100% / 9) 52%;
}

.main-logo-container>.logo-container[target="sdg"]>img
{
	padding-bottom: calc(100% / 4.85);
}

.main-logo-container>.logo-container[target="pvb"]
{
	max-width: 369px;
    /*background-size: auto 300%;*/
    background-position: calc(100% / 9 * 2) 50%;
}

.main-logo-container>.logo-container[target="pvb"]>img
{
	padding-bottom: calc(100% / 3);
}

.main-logo-container>.logo-container[target="oas"]
{
    background-position: calc(100% / 9 * 3) 50%;
}

.main-logo-container>.logo-container[target="sct"]
{
	max-width: 369px;
    /*background-size: auto 300%;*/
    background-position: calc(100% / 9 * 4) 50%;
}

.main-logo-container>.logo-container[target="sct"]>img
{
	padding-bottom: calc(100% / 3);
}

.main-logo-container>.logo-container[target="acd"]
{
    background-position: calc(100% / 9 * 5) 50%;
}

.main-logo-container>.logo-container[target="bmb"]
{
	max-width: 484.62px;
    /*background-size: auto 394%;*/
    background-position: calc(100% / 9 * 6) 50%;
}

.main-logo-container>.logo-container[target="bmb"]>img
{
	padding-bottom: calc(100% / 3.94);
}

.main-logo-container>.logo-container[target="bbl"]
{
    background-position: calc(100% / 9 * 7) 50%;
}

.main-logo-container>.logo-container[target="sps"]
{
    background-position: calc(100% / 9 * 8) 50%;
}

.main-logo-container>.logo-container[target="ngs"]
{
	max-width: 246px;
    /*background-size: auto 200%;*/
    background-position: 100% 50%;
}

.main-logo-container>.logo-container[target="ngs"]>img
{
	padding-bottom: 50%;
}

.main-logo-container>.testo-container
{
	width:100%;
	text-align:center;
	color: white;
	font-weight:bold;
}

.main-logo-container>.testo-container>p
{
	font-style: italic;
    color: white;
    font-family: "DejaVuSansCondensed-Oblique","Roboto", sans-serif;
    font-size: 36px;
    line-height: 40px;
	font-weight: normal;
}

.main-logo-container>.background-container
{
	text-align: center;
}

.main-logo-container>.background-container>img
{
	max-width: 100%;
	height: auto;
}

.progetti-container
{
	margin-top: 30px;
}

.progetti-box-container
{
	width: fit-content;
	width: -moz-fit-content;
	display: table;
	margin: 0 auto;
}

.box-selezione-progetto
{
	width: 100px;
    height: 100px;
	display: block;
	float: left;
    margin: 0;
    padding: 0;
    background-image: url(/home/img/sprite-progetti-loghi.svg);
    /*background-size: auto 100%;*/
	background-size: 1000%;
    /*background-size: auto;*/
    background-position: center;
    background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
	text-decoration: none !important;
}

.box-selezione-progetto:hover
{
	transform: scale(1.1);
}

.box-selezione-progetto[data-target="cvv"]
{
	/*background-image: url(/img/home_progetti/cvv.svg);*/
    background-color: #e40521;
    /*background-position: 100% 44%;*/
	background-position: 0;
}
.box-selezione-progetto[data-target="sdg"]
{
	/*background-image: url(/img/home_progetti/sdg.svg);*/
    background-color: #45ac34;
	background-position: calc(100% / 9);
}
.box-selezione-progetto[data-target="pvb"]
{
	/*background-image: url(/img/home_progetti/pvw.svg);*/
    background-color: #232323;
	background-position: calc(100% / 9 * 2);
}
.box-selezione-progetto[data-target="oas"]
{
	/*background-image: url(/img/home_progetti/oas.svg);*/
    background-color: white;
	background-position: calc(100% / 9 * 3);
}
.box-selezione-progetto[data-target="sct"]
{
	/*background-image: url(/img/home_progetti/set.svg);*/
	background-color: #70240a;
	background-position: calc(100% / 9 * 4);
}
.box-selezione-progetto[data-target="acd"]
{
	/*background-image: url(/img/home_progetti/acd.svg);*/
	background-color: #253473;
	background-position: calc(100% / 9 * 5);
}
.box-selezione-progetto[data-target="bmb"]
{
	/*background-image: url(/img/home_progetti/bmb.svg);*/
	background-color: #f28e00;
	background-position: calc(100% / 9 * 6);
}
.box-selezione-progetto[data-target="bbl"]
{
	/*background-image: url(/img/home_progetti/bbl.svg);*/
	background-color: #0070b9;
	background-position: calc(100% / 9 * 7);
}
.box-selezione-progetto[data-target="sps"]
{
	/*background-image: url(/img/home_progetti/shp.svg);*/
	background-color: #006e33;
	background-position: calc(100% / 9 * 8);
}
.box-selezione-progetto[data-target="ngs"]
{
	/*background-image: url(/img/home_progetti/ngs.svg);*/
	background-color: #a1a8ac;
	/*background-size: 70%;*/
	background-position: 100%;
}

.prj-desc
{
	position: relative;
	/*min-height: 140px;*/
	color: white;
	padding: 35px;
	padding-bottom: 55px;
	height: 100%;
	overflow: auto;
	margin-top: 2px;
	text-align: justify;
}

.prj-desc:first-child
{
	margin-top: 10px;
}

.prj-desc .more-link,
.prj-desc .less-link
{
	position: absolute;
	bottom: 35px;
	right: 35px;
	color: white;
	font-weight: bold;
}

.prj-desc a
{
	color: white !important;
}

.prj-desc.cvv
{
	background-color: #CC1020;
}

.prj-desc.sdg
{
	background-color: #6EBB3B;
}

.prj-desc.pvb
{
	background-color: #303030;
}

.prj-desc.sct
{
	background-color: #5F3121;
}

.prj-desc.acd
{
	background-color: #2E3771;
}

.prj-desc.oas
{
	background-color: #F3F3F3;
	color: #B6B6B6;
}
.prj-desc.oas a
{
	color: #B6B6B6 !important;
}

.prj-desc.bmb
{
	background-color: #D9881C;
}

.prj-desc.bbl
{
	background-color: #147BC5;
}

.prj-desc.sps
{
	background-color: #25753C;
}

.prj-desc.wsc
{
	background-color: #CAE4EB;
	color: #1A9CC5;
}
.prj-desc.wsc a
{
	color: #1A9CC5 !important;
}

.prj-desc.ngs
{
	background-color: #8A8E96;
}

footer
{
	width: 100%;
	position: absolute;
	bottom: 0;
    background-color: rgba(0,0,0,.25);
}

.footer-container
{
	width: 60%;
	min-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-container .row
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-logo
{
	width: 25%;
	flex: 0 0 25%;
	margin-right: auto;
}

.footer-contattaci
{
	display: table-cell;
	vertical-align: middle;
}

.box-container
{
	display: table;
	min-height: 58px;
	border: 1px solid white;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
	color: white;
}

.box-container:last-child
{
	margin-left: .5rem;
}

.box-container p:first-child
{
	font-weight: 300;
	margin-bottom: 5px;
}

.box-container p:last-child
{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0px;
}

.a-teamviewer
{
	transition: background-color .15s;
}

.a-teamviewer:hover
{
	text-decoration: none;
	background-color: white;
	cursor: pointer;
}

.a-teamviewer a
{
	color: white;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	transition: color .15s;
}

.a-teamviewer:hover a
{
	color: inherit;
}

.a-teamviewer img
{
	height: 30px;
	filter: brightness(10000%) contrast(10000%);
	transition: filter .05s;
}

.a-teamviewer:hover img
{
	filter: brightness(100%) contrast(100%);
}

.footer-social
{
    font-size: 2.4rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-social>div
{
	width: fit-content;
	margin: 0 auto;
}

.fab
{
    font-family: "Font Awesome 5 Brands";
}

.fab:hover
{
	transform: scale(1.1);
}

.fa, .fab, .fal, .far, .fas
{
	color: white;
	margin: 0 5px;
}

.footer-policy
{
	font-size: .9rem;
	text-align: center;
	color: white;
}

.footer-policy p:last-child
{
	margin: 0;
}

.footer-policy a
{
	color: white;
}

#cookieInfo
{
	position: fixed;
	background: #434563;
	position: bottom;
	width: calc(100% - 40px);
	bottom: 0;
	/*left: 0;*/
	padding: 20px;
	/*padding-top: 25px;*/
	z-index: 999;
	
	left: calc(50% - 385px);
	max-width: 730px;
	max-height: calc(100% - 90px);
	overflow: auto;
}

#cookieInfo>div:first-child
{
	margin:0 auto;
	text-align: start;
}

#cookieInfo .buttons_div
{
	width: fit-content !important;
	float: right;
	text-align: right;
	padding: 7px 0;
	padding-bottom: 0;
	vertical-align: bottom;
}

#cookieInfo .personalizza_div .buttons_div
{
	padding: 0;
}

#cookieInfo>div>p
{
	color: #fff;
	font-size: 13px !important;
	text-align: justify;
	margin-bottom: .5rem;
}

#cookieInfo>div>p.cookie_desc
{
	max-width: calc(100% - 370px);
	float: left;
	margin: 0;
}

#cookieInfo .buttons_div>a,
#cookieInfo .buttons_div>button
{
	padding: 2px 10px;
	text-decoration: none;
	border: 0px;
	font-size: 14px !important;
	line-height: 14px;
	display: block;
	float: left;
	/*width: 28px !important;*/
	color: #fff;
	background: none;
	font-weight: bold;
}

#cookieConfirm
{
	padding-right: 0 !important;
}

#close_cookie_info
{
	line-height: normal !important;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	opacity: 1;
	text-shadow: 0 0px 0 #ffffff;
	background: none;
	border: none;
}

#close_cookie_info>span
{
	font-size: 20px;
	color:  #fff;
}

#cookieInfo>.personalizza_div
{
	padding-top: 5px;
	clear: both;
}

#cookieInfo ul
{
	clear: both;
	color: #fff;
	font-size: 13px !important;
	text-align: justify;
}

#cookieInfo ul>li
{
	display: block;
}

#cookieInfo ul>li>div
{
	/*max-width: 500px;*/
	display: list-item;
}

#cookieInfo ul>li>div>label
{
	float: left;
	width: calc(100% - 60px);
}

#cookieInfo ul>li>div>div
{
	float: right;
}

#cookieInfo ul>li>p
{
	clear: both;
}

.onoffswitch-checkbox
{
    display: none;
}

.onoffswitch {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before
{
    border-color: #fff;
}

.onoffswitch-checkbox:checked + .onoffswitch-label
{
    background-color: #fff;
}

.onoffswitch-label
{
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 13px;
    padding: 0;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #434563;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before
{
    right: 0px;
    background-color: #434563;
    box-shadow: 3px 6px 18px 0px rgb(0 0 0 / 20%);
}

.onoffswitch-label:before
{
    content: "";
    display: block;
    width: 5px;
    margin: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    border-radius: 10px;
}

@media screen and (max-width: 1024px)
{
	nav>.container,
	.main-container,
	.footer-container
	{
		width: 90%;
		min-width: inherit;
	}
	
	.credenziali-content-container,
	.spid-content-container
	{
		min-width: inherit;
	}
	
	.login-spid-container>.login-spid-desc>div:last-child
	{
		white-space: normal;
	}
	
	.btn-spid-desktop
	{
		float: none;
		margin: 0 auto;
	}
	
	.cliente_row .label_value>span:first-child
	{
		/*width: 70%;*/
		margin-right: 5px;
	}
	
	/*.cliente_row .label_value>span:last-child
	{
		width: 30%;
	}*/
	
	.footer-logo
	{
		width: 35%;
		flex: 0 0 35%;
	}
}

@media screen and (max-width: 768px)
{
	nav>.container,
	.footer-container
	{
		width: 95%;
	}
	
	nav .nav-logo
	{
		height: 30px;
		padding: 10px 0;
	}
	
	.dropdown-menu
	{
		box-shadow: 2px 5px 10px rgb(0 0 0 / 50%);
	}
	
	.main-container
	{
		width: 95%;
		margin-top: 55px;
		margin-bottom: 5%;
	}
	
	.main-tabs
	{
		display: table;
	}
	
	.main-tabs>.main-tab
	{
		width: 50%;
		text-align: center;
		padding: 10px 20px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.login-success-container,
	.login-warnings-container,
	.login-errors-container
	{
		text-align: left;
	}
	
	.login-success-container.spid,
	.login-warnings-container.spid,
	.login-errors-container.spid
	{
		margin: 10px;
	}
	
	.credenziali-container,
	.spid-container
	{
		padding: 20px;
	}
	
	.credenziali-content-container
	{
		width: 100%;
	}
	
	.pin
	{
		width: 100%;
	}
	
	#fform .form-group
	{
		margin-bottom: 1rem;
	}
	
	.form-group-container
	{
		width: 100%;
	}
	
	.username-field,
	.password-field
	{
		width: 100%;
	}
	
	#fform .form-group.password-field
	{
		margin-bottom: 0;
	}
	
	.avviso-blocco-login
	{
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.accedi
	{
		float: none;
		margin: 0 auto;
		height: 47.5px !important;
		line-height: 33.5px !important;
		margin-top: .5rem !important;
		/*margin-bottom: 1rem;*/
	}
	
	.login-spid-container>.login-spid-desc>div:first-child,
	.login-spid-container>.login-spid-desc>div:last-child
	{
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: justify;
		padding: 0;
	}
	
	.login-spid-container>.login-spid-desc>div:first-child
	{
		margin-bottom: 1rem;
	}
	
	#changePassword-container .form-group
	{
		width: 100%;
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.change-pwd-text
	{
		width: 100%;
		float: none;
		margin-bottom: 1rem;
	}
	
	.pwd-remind-email-container,
	.pwd-remind-username-container
	{
		width: 100%;
		float: none;
		text-align: left;
	}
	
	.pwd-change-captcha-container,
	.pwd-remind-captcha-container,
	.usr-remind-captcha-container
	{
		float: none;
		margin-bottom: 1rem;
	}
	
	.spid-service-info-container.mobile
	{
		display: block;
	}
	
	.spid-service-info-container.desktop
	{
		display: none;
	}
	
	.login-spid-container>.btn_container
	{
		float: none;
	}
	
	.login-spid-container>.login-spid-desc
	{
		width: 100%;
		margin-top: 1.5rem;
	}
	
	.old-login>br
	{
		display: initial;
	}
	
	.spid-content-container
	{
		width: 100%;
		/*padding: 0 10px;*/
	}
	
	.spid-content-container
	{
		margin: 0;
	}
	
	.spid-content-container.ricerca
	{
		border: 0;
		border-bottom: 1px solid black;
	}
	
	.spid-content-container.descrizione
	{
		border: 0;
		margin-top: 0;
	}
	
	.clienti_proposti_container,
	.clienti_trovati_container
	{
		margin-bottom: 0;
	}
	
	.spid_form
	{
		/*visibility: visible;*/
		margin-bottom: 1.5em;
		position: inherit;
		right: 0;
		bottom: 0;
	}
	
	/*.cliente_row .label_value>span:first-child
	{
		width: 70%;
	}
	
	.cliente_row .label_value>span:last-child
	{
		width: 30%;
	}*/
	
	.banner-container.desktop
	{
		display: none;
	}
	
	.banner-container.mobile
	{
		display: block;
	}
	
	.main-logo-container>.logo-container
	{
		margin-top: 30px;
	}
	
	.main-logo-container>.testo-container>p
	{
		font-size: 25px;
		line-height: 30px;
	}
	
	.progetti-box-container
	{
		width: 100%;
	}
	
	.box-selezione-progetto
	{
		width: 20%;
		height: 0;
		padding-bottom: 20%;
	}
	
	.prj-desc
	{
		padding: 20px;
		padding-bottom: 40px;
	}
	
	.prj-desc .more-link,
	.prj-desc .less-link
	{
		bottom: 20px;
		right: 20px;
	}
	
	.footer-logo
	{
		display: none;
	}
	
	.box-container
	{
		width: calc(50% - 0.25rem);
		box-sizing: border-box;
		padding: 5px 10px;
		min-height: 70px;
	}
	
	.box-container p:last-child
	{
		font-size: 1.1rem;
	}
	
	#cookieInfo
	{
		left: 0;
	}
	
	#cookieInfo>div>p
	{
		width: 100% !important;
		max-width: none !important;
	}
	
	#cookieInfo>div>p.cookie_desc
	{
		margin-bottom: .5rem;
	}
}


#video_help_spid
{
	cursor: pointer;
}


.slide-fade-enter-active {
	/*transition-delay: 2.5s;*/
	transition: all .5s ease;
}
.slide-fade-leave-active {
	/*transition-delay: 2.5s;*/
	transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
	/*transition-delay: 2.5s;*/
	transform: translateX(10px);
	opacity: 0;
}



.j-captcha
{
	padding: 2px 5px;
	height: auto;
}

.realperson-challenge
{
	min-height: 20px;
}

.realperson-text
{
	float: left;
}

.realperson-regen
{
	float: right;
	padding: 2px 0 !important;
}

.realperson-regen .fa,
.realperson-regen .fab,
.realperson-regen .fal,
.realperson-regen .far,
.realperson-regen .fas
{
	color: black;
	font-size: 12pt;
}
